Endpoint-Post-/ Gossip/ Answers/ Uuid→Sdp names a function, with lambda list (UUID):
Post an answer to a received SDP block.
The client, having received an SDP offer, computes an SDP answer and posts it back to this endpoint.
This is a web service endpoint accessed by the HTTP method POST at the URI template /gossip/answers/:uuid. It returns a content-type of application/sdp.
UUID is a parameter from the URI.
It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.
Defined in file src/endpoints/slash-gossip.lisp.